home *** CD-ROM | disk | FTP | other *** search
- | Network Manager v1.19 (30-11-89) !Run
- |
- | !RunImage file is over 35k long
- | Reserved memory blocks total 10k
- | 64k is therefore required by program
- |
- | This version loads the latest modules if program not loaded over network
- | since loading NetFS logs user off and crashes boot file.
- |
- | Latest versions of modules are available from Acorn's Risc OS Extras disc
- | This is a disc freely available to any RISC OS user. They have been
- | removed from the distribution due to lack of distribution licence
- |
- | This version also sets up some useful * commands as aliases for others
- |
- Set Network$Dir <Obey$Dir>
- |
- | Check where application is being loaded from
- |
- If "<Network$Dir>" LEFT 3 = "net" THEN Set Net$Load 1 ELSE Set Net$Load 0
- |
- | Allocate fixed memory block for the main program, passwords go in RMA
- |
- WimpSlot 64K 64K
- |
- | Make sure that the basic Econet software is currently installed and active
- |
- RmEnsure Econet 5.40 Error This application requires an Econet interface.
- RmEnsure NetFiler 0.18 Error This application requires Econet to be fitted.
- RMEnsure NetFS 5.46 Error This application requires NetFS to be active.
- |
- | Set up command aliases
- |
- Set Alias$Users /<Network$Dir>.List_Users %*0
- Set Alias$Change net:pass %*0
- Set Alias$Logon I am %*0
- Set Alias$SetFree /<Network$Dir>.setfree %*0
- |
- | Load sprites file
- |
- IconSprites <Network$Dir>.!Sprites
- |
- | At this stage, you may want to load updated versions of the networking software
- | modules. This should be done CONDITIONALLY on Net$Load being "0" and you
- | actually having the modules! :-)
- |
- | Go, Go, Go .....
- |
- Run <Network$Dir>.!RunImage